alter table "VaccineMaster" alter column "AllowedDays" type numeric(8,2);

alter table "VaccineMaster" add column "Active" boolean default true;